Auto merge of #1837 - alexcrichton:travis-parallel, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 27 Jul 2015 17:38:01 +0000 (17:38 +0000)
committerbors <bors@rust-lang.org>
Mon, 27 Jul 2015 17:38:01 +0000 (17:38 +0000)
This was previously set as travis would frequently fail to spawn a new process
due to resource limits being hit, but now that we're using `sudo: false` it's
looking like that infrastructure is more robust and we may be able to run tests
in parallel.


Trivial merge